* frame.h (x_char_width, x_char_height): Remove prototypes.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 6 Dec 2012 13:48:11 +0000 (17:48 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 6 Dec 2012 13:48:11 +0000 (17:48 +0400)
commit496a239126773d008c0d742fa4dc7654bdf5b807
tree346b9898fde7b181a24501541691055747f8dd0b
parent1a6b62d6a1e71d426806ac166698f860d9c54182
* frame.h (x_char_width, x_char_height): Remove prototypes.
* w32term.h (x_char_width, x_char_height): Likewise.
* xfns.c (x_char_width, x_char_height): Remove.
* w32fns.c (x_char_width, x_char_height): Likewise.
* nsfns.c (x_char_width, x_char_height): Likewise.
* frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
all window frames.
(Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
* keyboard.c (command_loop_1): Remove prototype.
(command_loop_2, top_level_1): Add static to match prototype.
src/ChangeLog
src/frame.c
src/frame.h
src/keyboard.c
src/nsfns.m
src/w32fns.c
src/w32term.h
src/xfns.c